Cevela about COBOL | COBOL language - Home - Site Map - About Cevela - MX COBOL <prev next> |
To obtain relevant C-listings there is "MX Cobol - save all"choice in the mouse right-click and to delete all those file types in the actual directory serves "MX Cobol - del all".
- READ na neotevreny soubor = READ of the not opened file
not implemented qualities: - phrases lock and statements unlock, commit, rollback - only one key of indexed file is possible in MX COBOL - value of file name must be ended by hexadecimal #00# - see demomsnon/error functional qualities: - declaratives and use statement (separate testing of file-status after statements is possible) - binary variable record format - alternative keys for indexed files - for creating of the new empty indexed files it is sequential writing or using of REBUILD necessary - see IDX-demo - file status cannot be 2 bytes only but 2 + 8(filler) - see demos - in one program can be only one indexed file descritpion defined
generally !!! - the line sequential and binary sequential (RF=fix) files are without any problems - the handling formats with indexed files must be the same as in checked demos (in other way can come problems - e-mail notes with experiences are welcomed !) - in this moment it is not known - if can be possible update compiler or if will be necessary to use only checked contructions (updated)